home *** CD-ROM | disk | FTP | other *** search
/ The Best of the CD / The Best Of The CD Volume 1 Editors Picks (PC Gamer)(Imagine).bin / caesar2 / patch.def < prev    next >
Text File  |  1995-08-04  |  2KB  |  54 lines

  1. // ==> PATCH.DEF
  2. // This file is the defination file for installation procedure INSTALL.EXE.
  3. // Note:
  4. //  1. After installation, install.exe will be renamed to be setup.exe,
  5. //          configuration file will be generated as   SETUP.CFG
  6. //  2. Installation will read "READ.ME" page by page for special notice.
  7. [Header]
  8. Drive=          C:              //Dest Drive (user changable)
  9. Dir=            C2        //Dest Directory (user changable)
  10. Exe=            C2            //Executable file
  11. Title=          Caesar II   //Title
  12. Version=         .99            //Version
  13. Disks=          3               //Disks to be installed
  14. HardDrive=      8 M             //requirement
  15. RAM640=         0 K            //requirement
  16. RAMext=         0 M             //requirement
  17. Sound=          NO              //support sound
  18. Printer=        NO              //support printer
  19. SVGA=           Yes              //using SVGA mode
  20. CD_ROM=         NO              //support CD ROM version(Source Drive)
  21. Patch=          YES
  22.  
  23. [Disk 1]
  24. Id=DISK1                        //check file existance for the correct disk
  25. MD={Drive}{Dir}
  26. copy=lha.exe,       {Drive}{Dir}
  27. copy=patch.def,     {Drive}{Dir}
  28. copy=install.def,   {Drive}{Dir}
  29. copy=install.exe,   {Drive}{Dir}
  30. copy=check.exe,     {Drive}{Dir}
  31. copy=update.bat,    {Drive}{Dir}      
  32. copy=read.me,       {Drive}{Dir}      
  33. copy=UNI*.*,       {Drive}{Dir}    
  34. copy=C2.BAT,       {Drive}{Dir}
  35.  
  36. Unzip=split001.lzh, {Drive}{Dir}\
  37.  
  38. [Disk 2]
  39. Id=DISK2                        //check file existance for the correct disk
  40. Unzip=split002.lzh, {Drive}{Dir}\
  41.  
  42.  
  43. [Disk 3]
  44. Id=DISK3                        //check file existance for the correct disk
  45. Unzip=split003.lzh, {Drive}{Dir}\
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.